home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / tam_surum / Astronoid-v1.2.0.exe / $OUTDIR / data / scripts / lights / lumiere-astero_sun.tcl < prev    next >
Encoding:
Text File  |  2006-03-01  |  728 b   |  38 lines

  1.  
  2. #new n3dnode /usr/light/static_actor_light
  3. #sel /usr/light/static_actor_light
  4.  
  5.  
  6. new n3dnode dlight1
  7. sel dlight1
  8.     new nlightnode light
  9.     sel light
  10.            .settype  ambient
  11.            .setcolor [ expr 200 / 255.0 ] [ expr 231 / 255.0 ] [ expr 250 / 255.0 ] 1
  12.     sel .. 
  13. sel .. 
  14. new n3dnode dlightdiffuse
  15. sel dlightdiffuse
  16.     .ry 0
  17.     .rx 45
  18.     new nlightnode light
  19.     sel light
  20.            .settype  directional
  21.            .setcolor [ expr 8 / 255.0 ] [ expr 16 / 255.0 ] [ expr 52 / 255.0 ] 1
  22.     sel .. 
  23. sel ..
  24.  
  25. new n3dnode dlightsun
  26. sel dlightsun
  27.     .ry 180
  28.     .rx -45
  29.  
  30.     new nlightnode light
  31.     sel light
  32.            .settype  directional
  33.            .setcolor [ expr 200 / 255.0 ] [ expr 200 / 255.0 ] [ expr 250 / 255.0 ] 1
  34.     sel .. 
  35. sel ..
  36.  
  37.  
  38.